(function (){
if(typeof nest_background_color == 'undefined') {
	nest_background_color = 'white';
}
if(typeof nest_border == 'undefined') {
	nest_border = '1px black solid';
}
if(typeof nest_fonts == 'undefined') {
	nest_fonts = 'Sans-Serif';
}
if(typeof nest_footer_link_decoration == 'undefined') {
	nest_footer_link_decoration = 'blue';
}
if(typeof nest_footer_text_color == 'undefined') {
	nest_footer_text_color = 'blue';
}
if(typeof nest_image_size == 'undefined') {
	nest_image_size = 'small';
}
if(typeof nest_listing_fontsize == 'undefined') {
	nest_listing_fontsize = '12';
}
if(typeof nest_listing_link_color == 'undefined') {
	nest_listing_link_color = 'blue';
}
if(typeof nest_listing_link_decoration == 'undefined') {
	nest_listing_link_decoration = 'underline';
}
if(typeof nest_logo_background_color == 'undefined') {
	nest_logo_background_color = 'white';
}
if(typeof nest_powered_by_fontsize == 'undefined') {
	nest_powered_by_fontsize = '14';
}
if(typeof nest_show_images == 'undefined') {
	nest_show_images = true;
}
if(typeof nest_title_background_color == 'undefined') {
	nest_title_background_color = 'white';
}
if(typeof nest_title_fontsize == 'undefined') {
	nest_title_fontsize = '14';
}
if(typeof nest_title_link_decoration == 'undefined') {
	nest_title_link_decoration = 'underline';
}
if(typeof nest_title_text_color == 'undefined') {
	nest_title_text_color = 'blue';
}
if(typeof nest_width == 'undefined') {
	nest_width = '250px';
}
var html = [];
html.push('<table style="border-collapse: initial;border:'+nest_border+';background-color:'+nest_background_color+';" border="0" cellpadding="1" cellspacing="0" width="'+nest_width+'">');html.push('<tr style="margin: auto;padding: auto;"><td style="vertical-align: middle;line-height: 14px;"><div style="align:right;font-family:'+nest_fonts+';font-size:'+nest_powered_by_fontsize+';">Nenhuma propriedade aqui, no presente</div></td></tr>');
html.push('<tr style="" align="center"><td style="vertical-align: middle;line-height: 14px;" colspan="2"><div style="width:100%;align:center;padding 5px 0px 5px 0px;font-family:'+nest_fonts+';font-size:'+nest_powered_by_fontsize+'px; background-color:'+nest_logo_background_color+';">Powered by: <a href="https://www.nestoria.com.br" target="_blank"><img style="border: 0;position: relative; top: 3px;" border="0" src="https://resources.nestimg.com/nestoria/img/nestoria_blue_100_v1.png" alt="Nestoria - UK property search engine" width="83" height="19"/></a></div></td></tr>')
html.push('</table>');
document.write(html.join(''));
})();
